home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / arm / gui / arm.xml < prev    next >
Encoding:
Extensible Markup Language  |  2012-05-18  |  69.2 KB  |  1,349 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy project-wide -->
  5.   <object class="GtkListStore" id="liststore_general">
  6.     <columns>
  7.       <!-- column-name key -->
  8.       <column type="gchararray"/>
  9.       <!-- column-name value -->
  10.       <column type="gchararray"/>
  11.       <!-- column-name foreground -->
  12.       <column type="gchararray"/>
  13.     </columns>
  14.   </object>
  15.   <object class="GtkListStore" id="liststore_log">
  16.     <columns>
  17.       <!-- column-name timestamp_raw -->
  18.       <column type="gulong"/>
  19.       <!-- column-name timestamp -->
  20.       <column type="gchararray"/>
  21.       <!-- column-name type -->
  22.       <column type="gchararray"/>
  23.       <!-- column-name msg -->
  24.       <column type="gchararray"/>
  25.       <!-- column-name foreground -->
  26.       <column type="gchararray"/>
  27.     </columns>
  28.   </object>
  29.   <object class="GtkListStore" id="liststore_config">
  30.     <columns>
  31.       <!-- column-name option -->
  32.       <column type="gchararray"/>
  33.       <!-- column-name value -->
  34.       <column type="gchararray"/>
  35.       <!-- column-name summary -->
  36.       <column type="gchararray"/>
  37.       <!-- column-name foreground -->
  38.       <column type="gchararray"/>
  39.       <!-- column-name desc -->
  40.       <column type="gchararray"/>
  41.     </columns>
  42.   </object>
  43.   <object class="GtkTreeStore" id="treestore_conn">
  44.     <columns>
  45.       <!-- column-name origin -->
  46.       <column type="gchararray"/>
  47.       <!-- column-name dest -->
  48.       <column type="gchararray"/>
  49.       <!-- column-name time -->
  50.       <column type="gchararray"/>
  51.       <!-- column-name type -->
  52.       <column type="gchararray"/>
  53.       <!-- column-name foreground -->
  54.       <column type="gchararray"/>
  55.       <!-- column-name entry_line -->
  56.       <column type="GObject"/>
  57.     </columns>
  58.   </object>
  59.   <object class="GtkWindow" id="window_main">
  60.     <property name="title" translatable="yes">garm</property>
  61.     <property name="default_width">640</property>
  62.     <property name="default_height">480</property>
  63.     <signal name="delete_event" handler="on_window_main_delete_event"/>
  64.     <child>
  65.       <object class="GtkVBox" id="vbox_main">
  66.         <property name="visible">True</property>
  67.         <property name="orientation">vertical</property>
  68.         <property name="spacing">5</property>
  69.         <child>
  70.           <object class="GtkMenuBar" id="menubar_main">
  71.             <property name="visible">True</property>
  72.             <child>
  73.               <object class="GtkMenuItem" id="menuitem_file">
  74.                 <property name="visible">True</property>
  75.                 <property name="label" translatable="yes">_File</property>
  76.                 <property name="use_underline">True</property>
  77.                 <child type="submenu">
  78.                   <object class="GtkMenu" id="menu_file">
  79.                     <property name="visible">True</property>
  80.                     <child>
  81.                       <object class="GtkImageMenuItem" id="imagemenuitem_quit">
  82.                         <property name="label">gtk-quit</property>
  83.                         <property name="visible">True</property>
  84.                         <property name="related_action">action_quit</property>
  85.                         <property name="use_underline">True</property>
  86.                         <property name="use_stock">True</property>
  87.                       </object>
  88.                     </child>
  89.                   </object>
  90.                 </child>
  91.               </object>
  92.             </child>
  93.             <child>
  94.               <object class="GtkMenuItem" id="menuitem_help">
  95.                 <property name="visible">True</property>
  96.                 <property name="label" translatable="yes">_Help</property>
  97.                 <property name="use_underline">True</property>
  98.                 <child type="submenu">
  99.                   <object class="GtkMenu" id="menu_help">
  100.                     <property name="visible">True</property>
  101.                     <child>
  102.                       <object class="GtkImageMenuItem" id="imagemenuitem_about">
  103.                         <property name="label">gtk-about</property>
  104.                         <property name="visible">True</property>
  105.                         <property name="related_action">action_about</property>
  106.                         <property name="use_underline">True</property>
  107.                         <property name="use_stock">True</property>
  108.                       </object>
  109.                     </child>
  110.                   </object>
  111.                 </child>
  112.               </object>
  113.             </child>
  114.           </object>
  115.           <packing>
  116.             <property name="expand">False</property>
  117.             <property name="position">0</property>
  118.           </packing>
  119.         </child>
  120.         <child>
  121.           <object class="GtkVPaned" id="vpaned_main">
  122.             <property name="visible">True</property>
  123.             <property name="can_focus">True</property>
  124.             <property name="orientation">vertical</property>
  125.             <child>
  126.               <object class="GtkVBox" id="vbox_notebook">
  127.                 <property name="visible">True</property>
  128.                 <property name="orientation">vertical</property>
  129.                 <child>
  130.                   <object class="GtkToolbar" id="toolbar_main">
  131.                     <property name="visible">True</property>
  132.                     <child>
  133.                       <object class="GtkToolButton" id="toolbutton_about">
  134.                         <property name="visible">True</property>
  135.                         <property name="related_action">action_about</property>
  136.                         <property name="use_action_appearance">True</property>
  137.                         <property name="label" translatable="yes">About</property>
  138.                         <property name="use_underline">True</property>
  139.                         <property name="stock_id">gtk-about</property>
  140.                       </object>
  141.                       <packing>
  142.                         <property name="expand">False</property>
  143.                         <property name="homogeneous">True</property>
  144.                       </packing>
  145.                     </child>
  146.                     <child>
  147.                       <object class="GtkToolButton" id="toolbutton_quit">
  148.                         <property name="visible">True</property>
  149.                         <property name="related_action">action_quit</property>
  150.                         <property name="use_action_appearance">True</property>
  151.                         <property name="label" translatable="yes">Quit</property>
  152.                         <property name="use_underline">True</property>
  153.                         <property name="stock_id">gtk-quit</property>
  154.                       </object>
  155.                       <packing>
  156.                         <property name="expand">False</property>
  157.                         <property name="homogeneous">True</property>
  158.                       </packing>
  159.                     </child>
  160.                   </object>
  161.                   <packing>
  162.                     <property name="expand">False</property>
  163.                     <property name="position">0</property>
  164.                   </packing>
  165.                 </child>
  166.                 <child>
  167.                   <object class="GtkNotebook" id="notebook_main">
  168.                     <property name="visible">True</property>
  169.                     <property name="can_focus">True</property>
  170.                     <child>
  171.                       <object class="GtkVBox" id="vbox_graph">
  172.                         <property name="visible">True</property>
  173.                         <property name="orientation">vertical</property>
  174.                         <child>
  175.                           <object class="GtkLabel" id="label_graph_top">
  176.                             <property name="visible">True</property>
  177.                             <property name="label" translatable="yes">Limit: 0.00 b/s, Burst: 0.00 b/s</property>
  178.                           </object>
  179.                           <packing>
  180.                             <property name="expand">False</property>
  181.                             <property name="fill">False</property>
  182.                             <property name="position">0</property>
  183.                           </packing>
  184.                         </child>
  185.                         <child>
  186.                           <object class="GtkHBox" id="hbox_graph">
  187.                             <property name="visible">True</property>
  188.                             <child>
  189.                               <object class="GtkVBox" id="vbox_graph_primary">
  190.                                 <property name="visible">True</property>
  191.                                 <property name="orientation">vertical</property>
  192.                                 <child>
  193.                                   <object class="GtkLabel" id="label_graph_primary_top">
  194.                                     <property name="visible">True</property>
  195.                                     <property name="label" translatable="yes">Download: 0.00 b/s</property>
  196.                                   </object>
  197.                                   <packing>
  198.                                     <property name="expand">False</property>
  199.                                     <property name="fill">False</property>
  200.                                     <property name="position">0</property>
  201.                                   </packing>
  202.                                 </child>
  203.                                 <child>
  204.                                   <object class="GtkVBox" id="placeholder_graph_primary">
  205.                                     <property name="visible">True</property>
  206.                                     <property name="orientation">vertical</property>
  207.                                     <child>
  208.                                       <placeholder/>
  209.                                     </child>
  210.                                   </object>
  211.                                   <packing>
  212.                                     <property name="position">1</property>
  213.                                   </packing>
  214.                                 </child>
  215.                                 <child>
  216.                                   <object class="GtkLabel" id="label_graph_primary_bottom">
  217.                                     <property name="visible">True</property>
  218.                                     <property name="label" translatable="yes">avg: 0.00 b/s, total: 0.00 B</property>
  219.                                   </object>
  220.                                   <packing>
  221.                                     <property name="expand">False</property>
  222.                                     <property name="fill">False</property>
  223.                                     <property name="position">2</property>
  224.                                   </packing>
  225.                                 </child>
  226.                               </object>
  227.                               <packing>
  228.                                 <property name="position">0</property>
  229.                               </packing>
  230.                             </child>
  231.                             <child>
  232.                               <object class="GtkVBox" id="vbox_graph_secondary">
  233.                                 <property name="visible">True</property>
  234.                                 <property name="orientation">vertical</property>
  235.                                 <child>
  236.                                   <object class="GtkLabel" id="label_graph_secondary_top">
  237.                                     <property name="visible">True</property>
  238.                                     <property name="label" translatable="yes">Upload: 0.00 b/s</property>
  239.                                   </object>
  240.                                   <packing>
  241.                                     <property name="expand">False</property>
  242.                                     <property name="fill">False</property>
  243.                                     <property name="position">0</property>
  244.                                   </packing>
  245.                                 </child>
  246.                                 <child>
  247.                                   <object class="GtkVBox" id="placeholder_graph_secondary">
  248.                                     <property name="visible">True</property>
  249.                                     <property name="orientation">vertical</property>
  250.                                     <child>
  251.                                       <placeholder/>
  252.                                     </child>
  253.                                   </object>
  254.                                   <packing>
  255.                                     <property name="position">1</property>
  256.                                   </packing>
  257.                                 </child>
  258.                                 <child>
  259.                                   <object class="GtkLabel" id="label_graph_secondary_bottom">
  260.                                     <property name="visible">True</property>
  261.                                     <property name="label" translatable="yes">avg: 0.00 b/s, total: 0.00 B</property>
  262.                                   </object>
  263.                                   <packing>
  264.                                     <property name="expand">False</property>
  265.                                     <property name="fill">False</property>
  266.                                     <property name="position">2</property>
  267.                                   </packing>
  268.                                 </child>
  269.                               </object>
  270.                               <packing>
  271.                                 <property name="position">1</property>
  272.                               </packing>
  273.                             </child>
  274.                           </object>
  275.                           <packing>
  276.                             <property name="position">1</property>
  277.                           </packing>
  278.                         </child>
  279.                       </object>
  280.                     </child>
  281.                     <child type="tab">
  282.                       <object class="GtkLabel" id="label_notebook_graph">
  283.                         <property name="visible">True</property>
  284.                         <property name="label" translatable="yes">Graphs</property>
  285.                       </object>
  286.                       <packing>
  287.                         <property name="tab_fill">False</property>
  288.                       </packing>
  289.                     </child>
  290.                     <child>
  291.                       <object class="GtkVBox" id="vbox_conn">
  292.                         <property name="visible">True</property>
  293.                         <property name="orientation">vertical</property>
  294.                         <child>
  295.                           <object class="GtkLabel" id="label_conn_top">
  296.                             <property name="visible">True</property>
  297.                             <property name="label" translatable="yes">Connections:</property>
  298.                           </object>
  299.                           <packing>
  300.                             <property name="expand">False</property>
  301.                             <property name="fill">False</property>
  302.                             <property name="position">0</property>
  303.                           </packing>
  304.                         </child>
  305.                         <child>
  306.                           <object class="GtkScrolledWindow" id="scrolledwindow_conn">
  307.                             <property name="visible">True</property>
  308.                             <property name="can_focus">True</property>
  309.                             <property name="hscrollbar_policy">automatic</property>
  310.                             <property name="vscrollbar_policy">automatic</property>
  311.                             <child>
  312.                               <object class="GtkTreeView" id="treeview_conn">
  313.                                 <property name="visible">True</property>
  314.                                 <property name="can_focus">True</property>
  315.                                 <property name="model">treestore_conn</property>
  316.                                 <property name="headers_visible">False</property>
  317.                                 <property name="headers_clickable">False</property>
  318.                                 <property name="rules_hint">True</property>
  319.                                 <property name="search_column">0</property>
  320.                                 <child>
  321.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_conn_origin">
  322.                                     <property name="title">column</property>
  323.                                     <child>
  324.                                       <object class="GtkCellRendererText" id="cellrenderertext_conn_origin"/>
  325.                                       <attributes>
  326.                                         <attribute name="foreground">4</attribute>
  327.                                         <attribute name="markup">0</attribute>
  328.                                       </attributes>
  329.                                     </child>
  330.                                   </object>
  331.                                 </child>
  332.                                 <child>
  333.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_conn_dest">
  334.                                     <property name="title">column</property>
  335.                                     <child>
  336.                                       <object class="GtkCellRendererText" id="cellrenderertext_conn_dest"/>
  337.                                       <attributes>
  338.                                         <attribute name="foreground">4</attribute>
  339.                                         <attribute name="markup">1</attribute>
  340.                                       </attributes>
  341.                                     </child>
  342.                                   </object>
  343.                                 </child>
  344.                                 <child>
  345.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_conn_time">
  346.                                     <property name="title">column</property>
  347.                                     <child>
  348.                                       <object class="GtkCellRendererText" id="cellrenderertext_conn_time"/>
  349.                                       <attributes>
  350.                                         <attribute name="foreground">4</attribute>
  351.                                         <attribute name="markup">2</attribute>
  352.                                       </attributes>
  353.                                     </child>
  354.                                   </object>
  355.                                 </child>
  356.                                 <child>
  357.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_conn_type">
  358.                                     <property name="title">column</property>
  359.                                     <child>
  360.                                       <object class="GtkCellRendererText" id="cellrenderertext_conn_type"/>
  361.                                       <attributes>
  362.                                         <attribute name="foreground">4</attribute>
  363.                                         <attribute name="markup">3</attribute>
  364.                                       </attributes>
  365.                                     </child>
  366.                                   </object>
  367.                                 </child>
  368.                               </object>
  369.                             </child>
  370.                           </object>
  371.                           <packing>
  372.                             <property name="position">1</property>
  373.                           </packing>
  374.                         </child>
  375.                       </object>
  376.                       <packing>
  377.                         <property name="position">1</property>
  378.                       </packing>
  379.                     </child>
  380.                     <child type="tab">
  381.                       <object class="GtkLabel" id="label_notebook_conn">
  382.                         <property name="visible">True</property>
  383.                         <property name="label" translatable="yes">Connections</property>
  384.                       </object>
  385.                       <packing>
  386.                         <property name="position">1</property>
  387.                         <property name="tab_fill">False</property>
  388.                       </packing>
  389.                     </child>
  390.                     <child>
  391.                       <object class="GtkVPaned" id="vpaned_config">
  392.                         <property name="visible">True</property>
  393.                         <property name="can_focus">True</property>
  394.                         <property name="orientation">vertical</property>
  395.                         <child>
  396.                           <object class="GtkScrolledWindow" id="scrolledwindow_config_desc">
  397.                             <property name="height_request">60</property>
  398.                             <property name="visible">True</property>
  399.                             <property name="can_focus">True</property>
  400.                             <property name="hscrollbar_policy">automatic</property>
  401.                             <property name="vscrollbar_policy">automatic</property>
  402.                             <child>
  403.                               <object class="GtkTextView" id="textview_config_desc">
  404.                                 <property name="visible">True</property>
  405.                                 <property name="can_focus">True</property>
  406.                                 <property name="editable">False</property>
  407.                                 <property name="wrap_mode">word</property>
  408.                                 <property name="cursor_visible">False</property>
  409.                                 <property name="buffer">textbuffer_config_desc</property>
  410.                               </object>
  411.                             </child>
  412.                           </object>
  413.                           <packing>
  414.                             <property name="resize">False</property>
  415.                             <property name="shrink">True</property>
  416.                           </packing>
  417.                         </child>
  418.                         <child>
  419.                           <object class="GtkScrolledWindow" id="scrolledwindow_config">
  420.                             <property name="visible">True</property>
  421.                             <property name="can_focus">True</property>
  422.                             <property name="hscrollbar_policy">automatic</property>
  423.                             <property name="vscrollbar_policy">automatic</property>
  424.                             <child>
  425.                               <object class="GtkTreeView" id="treeview_config">
  426.                                 <property name="visible">True</property>
  427.                                 <property name="can_focus">True</property>
  428.                                 <property name="model">liststore_config</property>
  429.                                 <property name="headers_clickable">False</property>
  430.                                 <property name="search_column">0</property>
  431.                                 <child>
  432.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_config_option">
  433.                                     <property name="title">Option</property>
  434.                                     <child>
  435.                                       <object class="GtkCellRendererText" id="cellrenderertext_config_option"/>
  436.                                       <attributes>
  437.                                         <attribute name="foreground">3</attribute>
  438.                                         <attribute name="text">0</attribute>
  439.                                       </attributes>
  440.                                     </child>
  441.                                   </object>
  442.                                 </child>
  443.                                 <child>
  444.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_config_value">
  445.                                     <property name="title">Value</property>
  446.                                     <child>
  447.                                       <object class="GtkCellRendererText" id="cellrenderertext_config_value"/>
  448.                                       <attributes>
  449.                                         <attribute name="foreground">3</attribute>
  450.                                         <attribute name="text">1</attribute>
  451.                                       </attributes>
  452.                                     </child>
  453.                                   </object>
  454.                                 </child>
  455.                                 <child>
  456.                                   <object class="GtkTreeViewColumn" id="treeviewcolumn_config_summary">
  457.                                     <property name="title">Description</property>
  458.                                     <child>
  459.                                       <object class="GtkCellRendererText" id="cellrenderertext_config_summary"/>
  460.                                       <attributes>
  461.                                         <attribute name="foreground">3</attribute>
  462.                                         <attribute name="text">2</attribute>
  463.                                       </attributes>
  464.                                     </child>
  465.                                   </object>
  466.                                 </child>
  467.                               </object>
  468.                             </child>
  469.                           </object>
  470.                           <packing>
  471.                             <property name="resize">True</property>
  472.                             <property name="shrink">True</property>
  473.                           </packing>
  474.                         </child>
  475.                       </object>
  476.                       <packing>
  477.                         <property name="position">2</property>
  478.                       </packing>
  479.                     </child>
  480.                     <child type="tab">
  481.                       <object class="GtkLabel" id="label_config">
  482.                         <property name="visible">True</property>
  483.                         <property name="label" translatable="yes">Configuration</property>
  484.                       </object>
  485.                       <packing>
  486.                         <property name="position">3</property>
  487.                         <property name="tab_fill">False</property>
  488.                       </packing>
  489.                     </child>
  490.                     <child>
  491.                       <object class="GtkScrolledWindow" id="scrolledwindow_general">
  492.                         <property name="visible">True</property>
  493.                         <property name="can_focus">True</property>
  494.                         <property name="hscrollbar_policy">automatic</property>
  495.                         <property name="vscrollbar_policy">automatic</property>
  496.                         <child>
  497.                           <object class="GtkTreeView" id="treeview_general">
  498.                             <property name="visible">True</property>
  499.                             <property name="can_focus">True</property>
  500.                             <property name="model">liststore_general</property>
  501.                             <property name="headers_visible">False</property>
  502.                             <property name="headers_clickable">False</property>
  503.                             <property name="rules_hint">True</property>
  504.                             <property name="search_column">0</property>
  505.                             <child>
  506.                               <object class="GtkTreeViewColumn" id="treeviewcolumn_general_key">
  507.                                 <property name="title">column</property>
  508.                                 <child>
  509.                                   <object class="GtkCellRendererText" id="cellrenderertext_general_key"/>
  510.                                   <attributes>
  511.                                     <attribute name="markup">0</attribute>
  512.                                   </attributes>
  513.                                 </child>
  514.                               </object>
  515.                             </child>
  516.                             <child>
  517.                               <object class="GtkTreeViewColumn" id="treeviewcolumn_general_value">
  518.                                 <property name="title">column</property>
  519.                                 <child>
  520.                                   <object class="GtkCellRendererText" id="cellrenderertext_general_value"/>
  521.                                   <attributes>
  522.                                     <attribute name="foreground">2</attribute>
  523.                                     <attribute name="markup">1</attribute>
  524.                                   </attributes>
  525.                                 </child>
  526.                               </object>
  527.                             </child>
  528.                           </object>
  529.                         </child>
  530.                       </object>
  531.                       <packing>
  532.                         <property name="position">3</property>
  533.                       </packing>
  534.                     </child>
  535.                     <child type="tab">
  536.                       <object class="GtkLabel" id="label_general">
  537.                         <property name="visible">True</property>
  538.                         <property name="label" translatable="yes">General</property>
  539.                       </object>
  540.                       <packing>
  541.                         <property name="position">3</property>
  542.                         <property name="tab_fill">False</property>
  543.                       </packing>
  544.                     </child>
  545.                   </object>
  546.                   <packing>
  547.                     <property name="position">1</property>
  548.                   </packing>
  549.                 </child>
  550.               </object>
  551.               <packing>
  552.                 <property name="resize">True</property>
  553.                 <property name="shrink">False</property>
  554.               </packing>
  555.             </child>
  556.             <child>
  557.               <object class="GtkScrolledWindow" id="scrolledwindow_log">
  558.                 <property name="visible">True</property>
  559.                 <property name="can_focus">True</property>
  560.                 <property name="hscrollbar_policy">automatic</property>
  561.                 <property name="vscrollbar_policy">automatic</property>
  562.                 <child>
  563.                   <object class="GtkTreeView" id="treeview_log">
  564.                     <property name="visible">True</property>
  565.                     <property name="can_focus">True</property>
  566.                     <property name="model">liststore_log</property>
  567.                     <property name="headers_clickable">False</property>
  568.                     <property name="rules_hint">True</property>
  569.                     <property name="search_column">0</property>
  570.                     <child>
  571.                       <object class="GtkTreeViewColumn" id="treeviewcolumn_log_timestamp">
  572.                         <property name="title">Time</property>
  573.                         <property name="clickable">True</property>
  574.                         <property name="sort_indicator">True</property>
  575.                         <property name="sort_order">descending</property>
  576.                         <property name="sort_column_id">1</property>
  577.                         <child>
  578.                           <object class="GtkCellRendererText" id="cellrenderertext_log_timestamp"/>
  579.                           <attributes>
  580.                             <attribute name="foreground">4</attribute>
  581.                             <attribute name="markup">1</attribute>
  582.                           </attributes>
  583.                         </child>
  584.                       </object>
  585.                     </child>
  586.                     <child>
  587.                       <object class="GtkTreeViewColumn" id="treeviewcolumn_log_type">
  588.                         <property name="title">Type</property>
  589.                         <child>
  590.                           <object class="GtkCellRendererText" id="cellrenderertext_log_type"/>
  591.                           <attributes>
  592.                             <attribute name="foreground">4</attribute>
  593.                             <attribute name="markup">2</attribute>
  594.                           </attributes>
  595.                         </child>
  596.                       </object>
  597.                     </child>
  598.                     <child>
  599.                       <object class="GtkTreeViewColumn" id="treeviewcolumn_msg">
  600.                         <property name="title">Message</property>
  601.                         <child>
  602.                           <object class="GtkCellRendererText" id="cellrenderertext_log_msg"/>
  603.                           <attributes>
  604.                             <attribute name="foreground">4</attribute>
  605.                             <attribute name="markup">3</attribute>
  606.                           </attributes>
  607.                         </child>
  608.                       </object>
  609.                     </child>
  610.                   </object>
  611.                 </child>
  612.               </object>
  613.               <packing>
  614.                 <property name="resize">False</property>
  615.                 <property name="shrink">False</property>
  616.               </packing>
  617.             </child>
  618.           </object>
  619.           <packing>
  620.             <property name="position">1</property>
  621.           </packing>
  622.         </child>
  623.       </object>
  624.     </child>
  625.   </object>
  626.   <object class="GtkAboutDialog" id="aboutdialog">
  627.     <property name="border_width">5</property>
  628.     <property name="type_hint">normal</property>
  629.     <property name="program_name">garm</property>
  630.     <property name="version">0.1</property>
  631.     <property name="copyright" translatable="yes">Copyright (C) 2011 Kamran Riaz Khan</property>
  632.     <property name="website">http://inspirated.com/</property>
  633.     <property name="website_label" translatable="yes">Blog</property>
  634.     <property name="license" translatable="yes">                    GNU GENERAL PUBLIC LICENSE
  635.                        Version 3, 29 June 2007
  636.  
  637.  Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  638.  Everyone is permitted to copy and distribute verbatim copies
  639.  of this license document, but changing it is not allowed.
  640.  
  641.                             Preamble
  642.  
  643.   The GNU General Public License is a free, copyleft license for
  644. software and other kinds of works.
  645.  
  646.   The licenses for most software and other practical works are designed
  647. to take away your freedom to share and change the works.  By contrast,
  648. the GNU General Public License is intended to guarantee your freedom to
  649. share and change all versions of a program--to make sure it remains free
  650. software for all its users.  We, the Free Software Foundation, use the
  651. GNU General Public License for most of our software; it applies also to
  652. any other work released this way by its authors.  You can apply it to
  653. your programs, too.
  654.  
  655.   When we speak of free software, we are referring to freedom, not
  656. price.  Our General Public Licenses are designed to make sure that you
  657. have the freedom to distribute copies of free software (and charge for
  658. them if you wish), that you receive source code or can get it if you
  659. want it, that you can change the software or use pieces of it in new
  660. free programs, and that you know you can do these things.
  661.  
  662.   To protect your rights, we need to prevent others from denying you
  663. these rights or asking you to surrender the rights.  Therefore, you have
  664. certain responsibilities if you distribute copies of the software, or if
  665. you modify it: responsibilities to respect the freedom of others.
  666.  
  667.   For example, if you distribute copies of such a program, whether
  668. gratis or for a fee, you must pass on to the recipients the same
  669. freedoms that you received.  You must make sure that they, too, receive
  670. or can get the source code.  And you must show them these terms so they
  671. know their rights.
  672.  
  673.   Developers that use the GNU GPL protect your rights with two steps:
  674. (1) assert copyright on the software, and (2) offer you this License
  675. giving you legal permission to copy, distribute and/or modify it.
  676.  
  677.   For the developers' and authors' protection, the GPL clearly explains
  678. that there is no warranty for this free software.  For both users' and
  679. authors' sake, the GPL requires that modified versions be marked as
  680. changed, so that their problems will not be attributed erroneously to
  681. authors of previous versions.
  682.  
  683.   Some devices are designed to deny users access to install or run
  684. modified versions of the software inside them, although the manufacturer
  685. can do so.  This is fundamentally incompatible with the aim of
  686. protecting users' freedom to change the software.  The systematic
  687. pattern of such abuse occurs in the area of products for individuals to
  688. use, which is precisely where it is most unacceptable.  Therefore, we
  689. have designed this version of the GPL to prohibit the practice for those
  690. products.  If such problems arise substantially in other domains, we
  691. stand ready to extend this provision to those domains in future versions
  692. of the GPL, as needed to protect the freedom of users.
  693.  
  694.   Finally, every program is threatened constantly by software patents.
  695. States should not allow patents to restrict development and use of
  696. software on general-purpose computers, but in those that do, we wish to
  697. avoid the special danger that patents applied to a free program could
  698. make it effectively proprietary.  To prevent this, the GPL assures that
  699. patents cannot be used to render the program non-free.
  700.  
  701.   The precise terms and conditions for copying, distribution and
  702. modification follow.
  703.  
  704.                        TERMS AND CONDITIONS
  705.  
  706.   0. Definitions.
  707.  
  708.   "This License" refers to version 3 of the GNU General Public License.
  709.  
  710.   "Copyright" also means copyright-like laws that apply to other kinds of
  711. works, such as semiconductor masks.
  712.  
  713.   "The Program" refers to any copyrightable work licensed under this
  714. License.  Each licensee is addressed as "you".  "Licensees" and
  715. "recipients" may be individuals or organizations.
  716.  
  717.   To "modify" a work means to copy from or adapt all or part of the work
  718. in a fashion requiring copyright permission, other than the making of an
  719. exact copy.  The resulting work is called a "modified version" of the
  720. earlier work or a work "based on" the earlier work.
  721.  
  722.   A "covered work" means either the unmodified Program or a work based
  723. on the Program.
  724.  
  725.   To "propagate" a work means to do anything with it that, without
  726. permission, would make you directly or secondarily liable for
  727. infringement under applicable copyright law, except executing it on a
  728. computer or modifying a private copy.  Propagation includes copying,
  729. distribution (with or without modification), making available to the
  730. public, and in some countries other activities as well.
  731.  
  732.   To "convey" a work means any kind of propagation that enables other
  733. parties to make or receive copies.  Mere interaction with a user through
  734. a computer network, with no transfer of a copy, is not conveying.
  735.  
  736.   An interactive user interface displays "Appropriate Legal Notices"
  737. to the extent that it includes a convenient and prominently visible
  738. feature that (1) displays an appropriate copyright notice, and (2)
  739. tells the user that there is no warranty for the work (except to the
  740. extent that warranties are provided), that licensees may convey the
  741. work under this License, and how to view a copy of this License.  If
  742. the interface presents a list of user commands or options, such as a
  743. menu, a prominent item in the list meets this criterion.
  744.  
  745.   1. Source Code.
  746.  
  747.   The "source code" for a work means the preferred form of the work
  748. for making modifications to it.  "Object code" means any non-source
  749. form of a work.
  750.  
  751.   A "Standard Interface" means an interface that either is an official
  752. standard defined by a recognized standards body, or, in the case of
  753. interfaces specified for a particular programming language, one that
  754. is widely used among developers working in that language.
  755.  
  756.   The "System Libraries" of an executable work include anything, other
  757. than the work as a whole, that (a) is included in the normal form of
  758. packaging a Major Component, but which is not part of that Major
  759. Component, and (b) serves only to enable use of the work with that
  760. Major Component, or to implement a Standard Interface for which an
  761. implementation is available to the public in source code form.  A
  762. "Major Component", in this context, means a major essential component
  763. (kernel, window system, and so on) of the specific operating system
  764. (if any) on which the executable work runs, or a compiler used to
  765. produce the work, or an object code interpreter used to run it.
  766.  
  767.   The "Corresponding Source" for a work in object code form means all
  768. the source code needed to generate, install, and (for an executable
  769. work) run the object code and to modify the work, including scripts to
  770. control those activities.  However, it does not include the work's
  771. System Libraries, or general-purpose tools or generally available free
  772. programs which are used unmodified in performing those activities but
  773. which are not part of the work.  For example, Corresponding Source
  774. includes interface definition files associated with source files for
  775. the work, and the source code for shared libraries and dynamically
  776. linked subprograms that the work is specifically designed to require,
  777. such as by intimate data communication or control flow between those
  778. subprograms and other parts of the work.
  779.  
  780.   The Corresponding Source need not include anything that users
  781. can regenerate automatically from other parts of the Corresponding
  782. Source.
  783.  
  784.   The Corresponding Source for a work in source code form is that
  785. same work.
  786.  
  787.   2. Basic Permissions.
  788.  
  789.   All rights granted under this License are granted for the term of
  790. copyright on the Program, and are irrevocable provided the stated
  791. conditions are met.  This License explicitly affirms your unlimited
  792. permission to run the unmodified Program.  The output from running a
  793. covered work is covered by this License only if the output, given its
  794. content, constitutes a covered work.  This License acknowledges your
  795. rights of fair use or other equivalent, as provided by copyright law.
  796.  
  797.   You may make, run and propagate covered works that you do not
  798. convey, without conditions so long as your license otherwise remains
  799. in force.  You may convey covered works to others for the sole purpose
  800. of having them make modifications exclusively for you, or provide you
  801. with facilities for running those works, provided that you comply with
  802. the terms of this License in conveying all material for which you do
  803. not control copyright.  Those thus making or running the covered works
  804. for you must do so exclusively on your behalf, under your direction
  805. and control, on terms that prohibit them from making any copies of
  806. your copyrighted material outside their relationship with you.
  807.  
  808.   Conveying under any other circumstances is permitted solely under
  809. the conditions stated below.  Sublicensing is not allowed; section 10
  810. makes it unnecessary.
  811.  
  812.   3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  813.  
  814.   No covered work shall be deemed part of an effective technological
  815. measure under any applicable law fulfilling obligations under article
  816. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  817. similar laws prohibiting or restricting circumvention of such
  818. measures.
  819.  
  820.   When you convey a covered work, you waive any legal power to forbid
  821. circumvention of technological measures to the extent such circumvention
  822. is effected by exercising rights under this License with respect to
  823. the covered work, and you disclaim any intention to limit operation or
  824. modification of the work as a means of enforcing, against the work's
  825. users, your or third parties' legal rights to forbid circumvention of
  826. technological measures.
  827.  
  828.   4. Conveying Verbatim Copies.
  829.  
  830.   You may convey verbatim copies of the Program's source code as you
  831. receive it, in any medium, provided that you conspicuously and
  832. appropriately publish on each copy an appropriate copyright notice;
  833. keep intact all notices stating that this License and any
  834. non-permissive terms added in accord with section 7 apply to the code;
  835. keep intact all notices of the absence of any warranty; and give all
  836. recipients a copy of this License along with the Program.
  837.  
  838.   You may charge any price or no price for each copy that you convey,
  839. and you may offer support or warranty protection for a fee.
  840.  
  841.   5. Conveying Modified Source Versions.
  842.  
  843.   You may convey a work based on the Program, or the modifications to
  844. produce it from the Program, in the form of source code under the
  845. terms of section 4, provided that you also meet all of these conditions:
  846.  
  847.     a) The work must carry prominent notices stating that you modified
  848.     it, and giving a relevant date.
  849.  
  850.     b) The work must carry prominent notices stating that it is
  851.     released under this License and any conditions added under section
  852.     7.  This requirement modifies the requirement in section 4 to
  853.     "keep intact all notices".
  854.  
  855.     c) You must license the entire work, as a whole, under this
  856.     License to anyone who comes into possession of a copy.  This
  857.     License will therefore apply, along with any applicable section 7
  858.     additional terms, to the whole of the work, and all its parts,
  859.     regardless of how they are packaged.  This License gives no
  860.     permission to license the work in any other way, but it does not
  861.     invalidate such permission if you have separately received it.
  862.  
  863.     d) If the work has interactive user interfaces, each must display
  864.     Appropriate Legal Notices; however, if the Program has interactive
  865.     interfaces that do not display Appropriate Legal Notices, your
  866.     work need not make them do so.
  867.  
  868.   A compilation of a covered work with other separate and independent
  869. works, which are not by their nature extensions of the covered work,
  870. and which are not combined with it such as to form a larger program,
  871. in or on a volume of a storage or distribution medium, is called an
  872. "aggregate" if the compilation and its resulting copyright are not
  873. used to limit the access or legal rights of the compilation's users
  874. beyond what the individual works permit.  Inclusion of a covered work
  875. in an aggregate does not cause this License to apply to the other
  876. parts of the aggregate.
  877.  
  878.   6. Conveying Non-Source Forms.
  879.  
  880.   You may convey a covered work in object code form under the terms
  881. of sections 4 and 5, provided that you also convey the
  882. machine-readable Corresponding Source under the terms of this License,
  883. in one of these ways:
  884.  
  885.     a) Convey the object code in, or embodied in, a physical product
  886.     (including a physical distribution medium), accompanied by the
  887.     Corresponding Source fixed on a durable physical medium
  888.     customarily used for software interchange.
  889.  
  890.     b) Convey the object code in, or embodied in, a physical product
  891.     (including a physical distribution medium), accompanied by a
  892.     written offer, valid for at least three years and valid for as
  893.     long as you offer spare parts or customer support for that product
  894.     model, to give anyone who possesses the object code either (1) a
  895.     copy of the Corresponding Source for all the software in the
  896.     product that is covered by this License, on a durable physical
  897.     medium customarily used for software interchange, for a price no
  898.     more than your reasonable cost of physically performing this
  899.     conveying of source, or (2) access to copy the
  900.     Corresponding Source from a network server at no charge.
  901.  
  902.     c) Convey individual copies of the object code with a copy of the
  903.     written offer to provide the Corresponding Source.  This
  904.     alternative is allowed only occasionally and noncommercially, and
  905.     only if you received the object code with such an offer, in accord
  906.     with subsection 6b.
  907.  
  908.     d) Convey the object code by offering access from a designated
  909.     place (gratis or for a charge), and offer equivalent access to the
  910.     Corresponding Source in the same way through the same place at no
  911.     further charge.  You need not require recipients to copy the
  912.     Corresponding Source along with the object code.  If the place to
  913.     copy the object code is a network server, the Corresponding Source
  914.     may be on a different server (operated by you or a third party)
  915.     that supports equivalent copying facilities, provided you maintain
  916.     clear directions next to the object code saying where to find the
  917.     Corresponding Source.  Regardless of what server hosts the
  918.     Corresponding Source, you remain obligated to ensure that it is
  919.     available for as long as needed to satisfy these requirements.
  920.  
  921.     e) Convey the object code using peer-to-peer transmission, provided
  922.     you inform other peers where the object code and Corresponding
  923.     Source of the work are being offered to the general public at no
  924.     charge under subsection 6d.
  925.  
  926.   A separable portion of the object code, whose source code is excluded
  927. from the Corresponding Source as a System Library, need not be
  928. included in conveying the object code work.
  929.  
  930.   A "User Product" is either (1) a "consumer product", which means any
  931. tangible personal property which is normally used for personal, family,
  932. or household purposes, or (2) anything designed or sold for incorporation
  933. into a dwelling.  In determining whether a product is a consumer product,
  934. doubtful cases shall be resolved in favor of coverage.  For a particular
  935. product received by a particular user, "normally used" refers to a
  936. typical or common use of that class of product, regardless of the status
  937. of the particular user or of the way in which the particular user
  938. actually uses, or expects or is expected to use, the product.  A product
  939. is a consumer product regardless of whether the product has substantial
  940. commercial, industrial or non-consumer uses, unless such uses represent
  941. the only significant mode of use of the product.
  942.  
  943.   "Installation Information" for a User Product means any methods,
  944. procedures, authorization keys, or other information required to install
  945. and execute modified versions of a covered work in that User Product from
  946. a modified version of its Corresponding Source.  The information must
  947. suffice to ensure that the continued functioning of the modified object
  948. code is in no case prevented or interfered with solely because
  949. modification has been made.
  950.  
  951.   If you convey an object code work under this section in, or with, or
  952. specifically for use in, a User Product, and the conveying occurs as
  953. part of a transaction in which the right of possession and use of the
  954. User Product is transferred to the recipient in perpetuity or for a
  955. fixed term (regardless of how the transaction is characterized), the
  956. Corresponding Source conveyed under this section must be accompanied
  957. by the Installation Information.  But this requirement does not apply
  958. if neither you nor any third party retains the ability to install
  959. modified object code on the User Product (for example, the work has
  960. been installed in ROM).
  961.  
  962.   The requirement to provide Installation Information does not include a
  963. requirement to continue to provide support service, warranty, or updates
  964. for a work that has been modified or installed by the recipient, or for
  965. the User Product in which it has been modified or installed.  Access to a
  966. network may be denied when the modification itself materially and
  967. adversely affects the operation of the network or violates the rules and
  968. protocols for communication across the network.
  969.  
  970.   Corresponding Source conveyed, and Installation Information provided,
  971. in accord with this section must be in a format that is publicly
  972. documented (and with an implementation available to the public in
  973. source code form), and must require no special password or key for
  974. unpacking, reading or copying.
  975.  
  976.   7. Additional Terms.
  977.  
  978.   "Additional permissions" are terms that supplement the terms of this
  979. License by making exceptions from one or more of its conditions.
  980. Additional permissions that are applicable to the entire Program shall
  981. be treated as though they were included in this License, to the extent
  982. that they are valid under applicable law.  If additional permissions
  983. apply only to part of the Program, that part may be used separately
  984. under those permissions, but the entire Program remains governed by
  985. this License without regard to the additional permissions.
  986.  
  987.   When you convey a copy of a covered work, you may at your option
  988. remove any additional permissions from that copy, or from any part of
  989. it.  (Additional permissions may be written to require their own
  990. removal in certain cases when you modify the work.)  You may place
  991. additional permissions on material, added by you to a covered work,
  992. for which you have or can give appropriate copyright permission.
  993.  
  994.   Notwithstanding any other provision of this License, for material you
  995. add to a covered work, you may (if authorized by the copyright holders of
  996. that material) supplement the terms of this License with terms:
  997.  
  998.     a) Disclaiming warranty or limiting liability differently from the
  999.     terms of sections 15 and 16 of this License; or
  1000.  
  1001.     b) Requiring preservation of specified reasonable legal notices or
  1002.     author attributions in that material or in the Appropriate Legal
  1003.     Notices displayed by works containing it; or
  1004.  
  1005.     c) Prohibiting misrepresentation of the origin of that material, or
  1006.     requiring that modified versions of such material be marked in
  1007.     reasonable ways as different from the original version; or
  1008.  
  1009.     d) Limiting the use for publicity purposes of names of licensors or
  1010.     authors of the material; or
  1011.  
  1012.     e) Declining to grant rights under trademark law for use of some
  1013.     trade names, trademarks, or service marks; or
  1014.  
  1015.     f) Requiring indemnification of licensors and authors of that
  1016.     material by anyone who conveys the material (or modified versions of
  1017.     it) with contractual assumptions of liability to the recipient, for
  1018.     any liability that these contractual assumptions directly impose on
  1019.     those licensors and authors.
  1020.  
  1021.   All other non-permissive additional terms are considered "further
  1022. restrictions" within the meaning of section 10.  If the Program as you
  1023. received it, or any part of it, contains a notice stating that it is
  1024. governed by this License along with a term that is a further
  1025. restriction, you may remove that term.  If a license document contains
  1026. a further restriction but permits relicensing or conveying under this
  1027. License, you may add to a covered work material governed by the terms
  1028. of that license document, provided that the further restriction does
  1029. not survive such relicensing or conveying.
  1030.  
  1031.   If you add terms to a covered work in accord with this section, you
  1032. must place, in the relevant source files, a statement of the
  1033. additional terms that apply to those files, or a notice indicating
  1034. where to find the applicable terms.
  1035.  
  1036.   Additional terms, permissive or non-permissive, may be stated in the
  1037. form of a separately written license, or stated as exceptions;
  1038. the above requirements apply either way.
  1039.  
  1040.   8. Termination.
  1041.  
  1042.   You may not propagate or modify a covered work except as expressly
  1043. provided under this License.  Any attempt otherwise to propagate or
  1044. modify it is void, and will automatically terminate your rights under
  1045. this License (including any patent licenses granted under the third
  1046. paragraph of section 11).
  1047.  
  1048.   However, if you cease all violation of this License, then your
  1049. license from a particular copyright holder is reinstated (a)
  1050. provisionally, unless and until the copyright holder explicitly and
  1051. finally terminates your license, and (b) permanently, if the copyright
  1052. holder fails to notify you of the violation by some reasonable means
  1053. prior to 60 days after the cessation.
  1054.  
  1055.   Moreover, your license from a particular copyright holder is
  1056. reinstated permanently if the copyright holder notifies you of the
  1057. violation by some reasonable means, this is the first time you have
  1058. received notice of violation of this License (for any work) from that
  1059. copyright holder, and you cure the violation prior to 30 days after
  1060. your receipt of the notice.
  1061.  
  1062.   Termination of your rights under this section does not terminate the
  1063. licenses of parties who have received copies or rights from you under
  1064. this License.  If your rights have been terminated and not permanently
  1065. reinstated, you do not qualify to receive new licenses for the same
  1066. material under section 10.
  1067.  
  1068.   9. Acceptance Not Required for Having Copies.
  1069.  
  1070.   You are not required to accept this License in order to receive or
  1071. run a copy of the Program.  Ancillary propagation of a covered work
  1072. occurring solely as a consequence of using peer-to-peer transmission
  1073. to receive a copy likewise does not require acceptance.  However,
  1074. nothing other than this License grants you permission to propagate or
  1075. modify any covered work.  These actions infringe copyright if you do
  1076. not accept this License.  Therefore, by modifying or propagating a
  1077. covered work, you indicate your acceptance of this License to do so.
  1078.  
  1079.   10. Automatic Licensing of Downstream Recipients.
  1080.  
  1081.   Each time you convey a covered work, the recipient automatically
  1082. receives a license from the original licensors, to run, modify and
  1083. propagate that work, subject to this License.  You are not responsible
  1084. for enforcing compliance by third parties with this License.
  1085.  
  1086.   An "entity transaction" is a transaction transferring control of an
  1087. organization, or substantially all assets of one, or subdividing an
  1088. organization, or merging organizations.  If propagation of a covered
  1089. work results from an entity transaction, each party to that
  1090. transaction who receives a copy of the work also receives whatever
  1091. licenses to the work the party's predecessor in interest had or could
  1092. give under the previous paragraph, plus a right to possession of the
  1093. Corresponding Source of the work from the predecessor in interest, if
  1094. the predecessor has it or can get it with reasonable efforts.
  1095.  
  1096.   You may not impose any further restrictions on the exercise of the
  1097. rights granted or affirmed under this License.  For example, you may
  1098. not impose a license fee, royalty, or other charge for exercise of
  1099. rights granted under this License, and you may not initiate litigation
  1100. (including a cross-claim or counterclaim in a lawsuit) alleging that
  1101. any patent claim is infringed by making, using, selling, offering for
  1102. sale, or importing the Program or any portion of it.
  1103.  
  1104.   11. Patents.
  1105.  
  1106.   A "contributor" is a copyright holder who authorizes use under this
  1107. License of the Program or a work on which the Program is based.  The
  1108. work thus licensed is called the contributor's "contributor version".
  1109.  
  1110.   A contributor's "essential patent claims" are all patent claims
  1111. owned or controlled by the contributor, whether already acquired or
  1112. hereafter acquired, that would be infringed by some manner, permitted
  1113. by this License, of making, using, or selling its contributor version,
  1114. but do not include claims that would be infringed only as a
  1115. consequence of further modification of the contributor version.  For
  1116. purposes of this definition, "control" includes the right to grant
  1117. patent sublicenses in a manner consistent with the requirements of
  1118. this License.
  1119.  
  1120.   Each contributor grants you a non-exclusive, worldwide, royalty-free
  1121. patent license under the contributor's essential patent claims, to
  1122. make, use, sell, offer for sale, import and otherwise run, modify and
  1123. propagate the contents of its contributor version.
  1124.  
  1125.   In the following three paragraphs, a "patent license" is any express
  1126. agreement or commitment, however denominated, not to enforce a patent
  1127. (such as an express permission to practice a patent or covenant not to
  1128. sue for patent infringement).  To "grant" such a patent license to a
  1129. party means to make such an agreement or commitment not to enforce a
  1130. patent against the party.
  1131.  
  1132.   If you convey a covered work, knowingly relying on a patent license,
  1133. and the Corresponding Source of the work is not available for anyone
  1134. to copy, free of charge and under the terms of this License, through a
  1135. publicly available network server or other readily accessible means,
  1136. then you must either (1) cause the Corresponding Source to be so
  1137. available, or (2) arrange to deprive yourself of the benefit of the
  1138. patent license for this particular work, or (3) arrange, in a manner
  1139. consistent with the requirements of this License, to extend the patent
  1140. license to downstream recipients.  "Knowingly relying" means you have
  1141. actual knowledge that, but for the patent license, your conveying the
  1142. covered work in a country, or your recipient's use of the covered work
  1143. in a country, would infringe one or more identifiable patents in that
  1144. country that you have reason to believe are valid.
  1145.  
  1146.   If, pursuant to or in connection with a single transaction or
  1147. arrangement, you convey, or propagate by procuring conveyance of, a
  1148. covered work, and grant a patent license to some of the parties
  1149. receiving the covered work authorizing them to use, propagate, modify
  1150. or convey a specific copy of the covered work, then the patent license
  1151. you grant is automatically extended to all recipients of the covered
  1152. work and works based on it.
  1153.  
  1154.   A patent license is "discriminatory" if it does not include within
  1155. the scope of its coverage, prohibits the exercise of, or is
  1156. conditioned on the non-exercise of one or more of the rights that are
  1157. specifically granted under this License.  You may not convey a covered
  1158. work if you are a party to an arrangement with a third party that is
  1159. in the business of distributing software, under which you make payment
  1160. to the third party based on the extent of your activity of conveying
  1161. the work, and under which the third party grants, to any of the
  1162. parties who would receive the covered work from you, a discriminatory
  1163. patent license (a) in connection with copies of the covered work
  1164. conveyed by you (or copies made from those copies), or (b) primarily
  1165. for and in connection with specific products or compilations that
  1166. contain the covered work, unless you entered into that arrangement,
  1167. or that patent license was granted, prior to 28 March 2007.
  1168.  
  1169.   Nothing in this License shall be construed as excluding or limiting
  1170. any implied license or other defenses to infringement that may
  1171. otherwise be available to you under applicable patent law.
  1172.  
  1173.   12. No Surrender of Others' Freedom.
  1174.  
  1175.   If conditions are imposed on you (whether by court order, agreement or
  1176. otherwise) that contradict the conditions of this License, they do not
  1177. excuse you from the conditions of this License.  If you cannot convey a
  1178. covered work so as to satisfy simultaneously your obligations under this
  1179. License and any other pertinent obligations, then as a consequence you may
  1180. not convey it at all.  For example, if you agree to terms that obligate you
  1181. to collect a royalty for further conveying from those to whom you convey
  1182. the Program, the only way you could satisfy both those terms and this
  1183. License would be to refrain entirely from conveying the Program.
  1184.  
  1185.   13. Use with the GNU Affero General Public License.
  1186.  
  1187.   Notwithstanding any other provision of this License, you have
  1188. permission to link or combine any covered work with a work licensed
  1189. under version 3 of the GNU Affero General Public License into a single
  1190. combined work, and to convey the resulting work.  The terms of this
  1191. License will continue to apply to the part which is the covered work,
  1192. but the special requirements of the GNU Affero General Public License,
  1193. section 13, concerning interaction through a network will apply to the
  1194. combination as such.
  1195.  
  1196.   14. Revised Versions of this License.
  1197.  
  1198.   The Free Software Foundation may publish revised and/or new versions of
  1199. the GNU General Public License from time to time.  Such new versions will
  1200. be similar in spirit to the present version, but may differ in detail to
  1201. address new problems or concerns.
  1202.  
  1203.   Each version is given a distinguishing version number.  If the
  1204. Program specifies that a certain numbered version of the GNU General
  1205. Public License "or any later version" applies to it, you have the
  1206. option of following the terms and conditions either of that numbered
  1207. version or of any later version published by the Free Software
  1208. Foundation.  If the Program does not specify a version number of the
  1209. GNU General Public License, you may choose any version ever published
  1210. by the Free Software Foundation.
  1211.  
  1212.   If the Program specifies that a proxy can decide which future
  1213. versions of the GNU General Public License can be used, that proxy's
  1214. public statement of acceptance of a version permanently authorizes you
  1215. to choose that version for the Program.
  1216.  
  1217.   Later license versions may give you additional or different
  1218. permissions.  However, no additional obligations are imposed on any
  1219. author or copyright holder as a result of your choosing to follow a
  1220. later version.
  1221.  
  1222.   15. Disclaimer of Warranty.
  1223.  
  1224.   THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  1225. APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  1226. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  1227. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  1228. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  1229. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  1230. IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  1231. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  1232.  
  1233.   16. Limitation of Liability.
  1234.  
  1235.   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  1236. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  1237. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  1238. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  1239. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  1240. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  1241. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  1242. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  1243. SUCH DAMAGES.
  1244.  
  1245.   17. Interpretation of Sections 15 and 16.
  1246.  
  1247.   If the disclaimer of warranty and limitation of liability provided
  1248. above cannot be given local legal effect according to their terms,
  1249. reviewing courts shall apply local law that most closely approximates
  1250. an absolute waiver of all civil liability in connection with the
  1251. Program, unless a warranty or assumption of liability accompanies a
  1252. copy of the Program in return for a fee.
  1253.  
  1254.                      END OF TERMS AND CONDITIONS
  1255.  
  1256.             How to Apply These Terms to Your New Programs
  1257.  
  1258.   If you develop a new program, and you want it to be of the greatest
  1259. possible use to the public, the best way to achieve this is to make it
  1260. free software which everyone can redistribute and change under these terms.
  1261.  
  1262.   To do so, attach the following notices to the program.  It is safest
  1263. to attach them to the start of each source file to most effectively
  1264. state the exclusion of warranty; and each file should have at least
  1265. the "copyright" line and a pointer to where the full notice is found.
  1266.  
  1267.     <one line to give the program's name and a brief idea of what it does.>
  1268.     Copyright (C) <year>  <name of author>
  1269.  
  1270.     This program is free software: you can redistribute it and/or modify
  1271.     it under the terms of the GNU General Public License as published by
  1272.     the Free Software Foundation, either version 3 of the License, or
  1273.     (at your option) any later version.
  1274.  
  1275.     This program is distributed in the hope that it will be useful,
  1276.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  1277.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1278.     GNU General Public License for more details.
  1279.  
  1280.     You should have received a copy of the GNU General Public License
  1281.     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  1282.  
  1283. Also add information on how to contact you by electronic and paper mail.
  1284.  
  1285.   If the program does terminal interaction, make it output a short
  1286. notice like this when it starts in an interactive mode:
  1287.  
  1288.     <program>  Copyright (C) <year>  <name of author>
  1289.     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  1290.     This is free software, and you are welcome to redistribute it
  1291.     under certain conditions; type `show c' for details.
  1292.  
  1293. The hypothetical commands `show w' and `show c' should show the appropriate
  1294. parts of the General Public License.  Of course, your program's commands
  1295. might be different; for a GUI interface, you would use an "about box".
  1296.  
  1297.   You should also get your employer (if you work as a programmer) or school,
  1298. if any, to sign a "copyright disclaimer" for the program, if necessary.
  1299. For more information on this, and how to apply and follow the GNU GPL, see
  1300. <http://www.gnu.org/licenses/>.
  1301.  
  1302.   The GNU General Public License does not permit incorporating your program
  1303. into proprietary programs.  If your program is a subroutine library, you
  1304. may consider it more useful to permit linking proprietary applications with
  1305. the library.  If this is what you want to do, use the GNU Lesser General
  1306. Public License instead of this License.  But first, please read
  1307. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  1308. </property>
  1309.     <property name="authors">Kamran Riaz Khan <krkhan@inspirated.com>
  1310. Damian Johnson <atagar1@gmail.com></property>
  1311.     <signal name="response" handler="on_aboutdialog_response"/>
  1312.     <child internal-child="vbox">
  1313.       <object class="GtkVBox" id="aboutdialog_vbox">
  1314.         <property name="visible">True</property>
  1315.         <property name="orientation">vertical</property>
  1316.         <property name="spacing">2</property>
  1317.         <child internal-child="action_area">
  1318.           <object class="GtkHButtonBox" id="aboutdialog_action_area">
  1319.             <property name="visible">True</property>
  1320.             <property name="layout_style">end</property>
  1321.           </object>
  1322.           <packing>
  1323.             <property name="expand">False</property>
  1324.             <property name="pack_type">end</property>
  1325.             <property name="position">0</property>
  1326.           </packing>
  1327.         </child>
  1328.       </object>
  1329.     </child>
  1330.   </object>
  1331.   <object class="GtkAction" id="action_quit">
  1332.     <property name="label">Quit</property>
  1333.     <property name="short_label">Quit</property>
  1334.     <property name="tooltip">Quit</property>
  1335.     <property name="stock_id">gtk-quit</property>
  1336.     <signal name="activate" handler="on_action_quit_activate"/>
  1337.   </object>
  1338.   <object class="GtkAction" id="action_about">
  1339.     <property name="label">About</property>
  1340.     <property name="short_label">About</property>
  1341.     <property name="tooltip">About</property>
  1342.     <property name="stock_id">gtk-about</property>
  1343.     <signal name="activate" handler="on_action_about_activate"/>
  1344.   </object>
  1345.   <object class="GtkTextBuffer" id="textbuffer_config_desc">
  1346.     <property name="text" translatable="yes">Select a configuration option to see its description.</property>
  1347.   </object>
  1348. </interface>
  1349.